home *** CD-ROM | disk | FTP | other *** search
/ Pixels of Passion 2 / Pixels of Passion - Volume 2.iso / cdinfo / tagf_str.pas < prev   
Pascal/Delphi Source File  |  1994-05-14  |  437b  |  11 lines

  1.  
  2. { Structure for *.SLD files }
  3.  
  4. Type Tagbufferfile = Record
  5.                Tagdeleted     : Byte;          { TagFlag ON/OFF     }
  6.                Tagbufdirectory: String [11];   { Directory on CDROM }
  7.                Tagbuffilnavn  : String [12];   { Filename }
  8.                GifInfo        : String [14];   { GIFInfo/Filesize info }
  9.                FilesBBSInfo   : String [38];   { FilesBBS info ( not full) }
  10.             End;
  11.